We have a small team of developers who use PD via the e-mail integrations. So far we’ve been sending HTML messages but we’d like to move off that.
We’ve started experimenting with V2 and I must say it’s disappointing so far:
- The optional payload keys (group, component, class) are not rendered on the website. This means I have to dump them into payload.custom_details to see them.
- The ordering of key/value pairs inside payload.custom_details is apparently not respected. It is presented on the website as a big ugly jumble of information.
- The formatting of payload.custom_details is a bit odd, it adds all sorts of random unnecessary whitespace and linebreaks (use CSS if you need this to look a certain way!).
Would be great to see these issues addressed.